* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}

body {
    font-family: Poppins;
    background-color: #f5f5f5;
}

@font-face {
    font-family: Poppins;
    src: url(../fonts/Poppins-Regular.woff);
}

@font-face {
    font-family: Poppins-Medium;
    src: url(../fonts/Poppins-Medium.woff);
}

@font-face {
    font-family: Poppins-Bold;
    src: url(../fonts/Poppins-Bold.woff);
}

@font-face {
    font-family: Poppins-SemiBold;
    src: url(../fonts/Poppins-SemiBold.woff);
}

@font-face {
    font-family: Poppins-light;
    src: url(../fonts/Poppins-Light.woff);
}

@font-face {
    font-family: Poppins-ExtraLight;
    src: url(../fonts/Poppins-ExtraLight.woff);
}

@font-face {
    font-family: Montserrat-ExtraLight;
    src: url(../fonts/Montserrat-ExtraLight.woff);
}


p {
    font-size: 16px;
    margin-bottom: 0px;
    font-family: Poppins;
}

h1 {
    font-family: Poppins-ExtraLight;
    font-size: 40px;
    letter-spacing: 3px;

}

h2 {
    font-size: 50px;
    font-family: Poppins-Bold;
    color: #1A2A4D;
    /* margin-bottom: 25px; */
    padding-top: 10px;

}

span {
    font-family: Poppins-Medium;
    font-size: 17px;
}

.team-text p .more-text {
    display: none;          
    font: inherit; 
    color: inherit;
    line-height: inherit;
}

.welcom-bottom-content p .more-text {
    display: none;          
    font: inherit; 
    color: inherit;
    line-height: inherit;
}


a {
    font-family: Poppins-SemiBold;

}

h6 {
    margin-bottom: 0px;
    font-family: Poppins-semibold;
}






/* header css start  */


.header-main .doc-responsive-logo {
    display: none;
}

.doc-logo-wrp {
    text-align: center;
    padding: 30px 0px;
    background-color: #ffffff;
}

.doc-logo-wrp img {
    width: 500px;
    position: relative;
    z-index: 1;
}

.header-links-parent {
    background: #1a2a4d;
}

.header-links-parent .navbar-expand-lg .navbar-collapse {
    justify-content: space-around;
}

nav.header-main.navbar.navbar-expand-lg {
    padding: 15px;
}

.header-links-parent .navbar-expand-lg .navbar-nav .nav-link {
    padding: 0px 35px;
    /* margin-right: 17px; */
    color: #fff;
    font-family: Poppins-SemiBold;
    border-left: 3px solid #ffff;
    font-size: 16px;
    letter-spacing: 3px;
}

header .menu-toggle {
    position: absolute;
    right: 2.5rem;
    top: 49%;
    transform: translate(0, -50%);
    height: 40px;
    width: 40px;
}

header .menu-toggle,
.menu-toggle:hover {
    color: #000000;
}

header .menu-toggle-bar {
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -1px;
    right: -15px;
    width: 100%;
    height: 2px;
    border-radius: 4px;
    background-color: #1a2a4d;
    transition: all 0.3s ease;
}

header .menu-toggle-bar.menu-toggle-bar--top {
    transform: translate(0, -8px);
}

header .menu-toggle-bar.menu-toggle-bar--bottom {
    transform: translate(0, 8px);
}

.nav-open .menu-toggle-bar.menu-toggle-bar--top {
    transform: translate(0, 0) rotate(45deg);
}

.nav-open .menu-toggle-bar.menu-toggle-bar--middle {
    opacity: 0;
}

.nav-open .menu-toggle-bar.menu-toggle-bar--bottom {
    transform: translate(0, 0) rotate(-45deg);
}

/*---------------  home page page css start ----------------- */

/* home slider banner css start  */



.home-banner-parent .home-slider .carousel-indicators {
    display: none;
}

.home-banner-parent .home-slider .carousel-inner .carousel-item img {

    width: 100%;

}

.home-banner-parent .home-slider .carousel-caption {
    top: 41%;
}

.home-banner-parent .home-slider .carousel-caption h5 {
    font-family: Poppins-ExtraLight;
    font-size: 40px;
}

.home-banner-parent .home-slider .carousel-caption p {
    font-family: Montserrat-ExtraLight;
    margin-bottom: 0px;
    font-size: 20px;
    margin: 0px 14px;
}

.home-banner-parent .carousel-control-prev-icon {
    width: 4rem;
    height: 4rem;
}

.home-banner-parent .carousel-control-next-icon {
    width: 4rem;
    height: 4rem;
}


/* home slider banner css end  */

/* section cards css start  */

.cards-parent {
    /* background-color: #f5f5f5; */
    z-index: 9;
    position: relative;
    /* right: 0px; 
    left: 0px; */
    margin-top: 65px;
}

.cards-parent .cards-wrp {
    background-color: #fff;
    color: #000000;
    text-align: center;
    padding: 25px 25px;
    margin: 0px 10px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    border-radius: 10px;
    height: 180px;
    margin-top: 50px;
}

.cards-parent .cards-wrp:hover {
    background-color: #1a2a4d;
    color: #ffffff;
    transition: .3s;
}

.cards-parent .cards-wrp .card-content h4 {
    font-family: Poppins-SemiBold;
    font-size: 17px;
    letter-spacing: 1px;
    margin: 20px 0px;
    text-transform: uppercase;
}

.cards-parent .cards-wrp .card-icon img {
    width: 30%;
    margin: 0px auto;
    border: 1px solid;
    border-radius: 50px;
    padding: 11px;
}

.cards-parent .cards-wrp .card-icon img.card-img {
    display: none;
}

.cards-parent .cards-wrp:hover .card-icon img.card-img {
    display: block;
}

.cards-parent .cards-wrp:hover .card-icon img.card-hover-img {
    display: none;
}





/* ---------------------------------card new css ------------- */

.cards-parent .team-wrp .team-img img {
    width: 100%;

}

.cards-parent .welcome-content {
    margin-bottom: 30px;
}

.cards-parent .team-wrp {
    background-color: #ffffff;
    padding: 20px;
}

.cards-parent .team-wrp .team-text {
    margin: 20px 0px;
}

.cards-parent .team-wrp .team-text h3 {
    font-size: 25px;
}

.cards-parent .team-wrp .team-text p {
    font-size: 13px;
}

.team-text p {
    position: relative;
    padding-bottom: 20px;
}

.cards-parent .team-wrp .readmore-btn a {
    border: 2px solid #1a2a4d;
    padding: 8px 11px;
    text-decoration: none;
    color: #000000;
    transition: .3s;
    font-size: 13px;
    display: flex;
    width: fit-content;
    align-items: center;
    justify-content: center;
}

.cards-parent .team-wrp .readmore-btn a:hover {
    border: 2px solid #1a2a4d;
    background-color: #1a2a4d;
    color: #ffffff;
}






/* section cards css end  */

/* section welcome css start  */

.welcome {
    /* height: 500px; */
    margin-top: 65px;
    position: relative;
}


.welcome .welcome-content {
    padding-right: 20px;
    padding-left: 40px;
}

.welcome .welcome-content .heading-top img {
    width: 24px;
}

.welcome .blue-line {
    width: 20%;
    background-color: #1a2a4d;
    padding: 2px;
}

.welcome .welcome-content h3 {
    font-family: Poppins-SemiBold;
    color: #1a2a4d;
    margin: 25px 0px;

}

.welcome .welcome-content p {
    margin-bottom: 25px;
    text-align: justify;

}

.welcome .welcome-content .readmore-btn {
    margin-top: 30px;
}

.welcome .welcome-content .readmore-btn a {
    border: 2px solid #1a2a4d;
    padding: 10px 20px;
    text-decoration: none;
    color: #000000;
    transition: .3s;
    display: flex;
    width: fit-content;
    align-items: center;
    justify-content: center;

}

.welcome .welcome-content .readmore-btn a:hover {
    border: 2px solid #1a2a4d;
    background-color: #1a2a4d;
    color: #ffffff;
}

.welcome-img-wrp {
    margin-left: 10px;
    overflow: hidden;

    border-radius: 10px;
}

.welcome-img-wrp img {
    width: 100%;
    border-radius: 10px;
    transition: .5s ease-in-out;

}

.welcome-img-wrp img:hover {
    transform: scale(1.05);
}

.welcome .welcome-bg img {
    width: 960px;
    position: absolute;
    bottom: -81px;
    z-index: -1;
    left: -225px;
}

/* section welcome css start  */

/* section our product css start  */


.our-product-parent {
    margin-top: 65px;
}

.our-product-parent .product-content img {
    width: 24px;

}

.our-product-parent .product-content {
    text-align: center;
}

.our-product-parent .product-content .blue-line {
    width: 10%;
    background-color: #1a2a4d;
    padding: 2px;
    margin: 0px auto;
}

.our-product-parent .product-slider-wrp .product-slider.owl-carousel .owl-stage-outer {
    padding: 20px 0px;
}

.product-slider-wrp {
    margin-top: 15px;
}

.product-slider-wrp .product-slider-content {
    transition: 0.5s ease-in-out;
}

.product-slider-wrp .product-slider-content img {
    border-radius: 10px;
    position: relative;
}

.product-slider-wrp .product-slider-content:hover {
    transform: translate(0px, -5px);
}

.product-slider-wrp .product-slider-content .product-slider-heading {
    text-align: center;
    font-family: Poppins-SemiBold;
    color: #fff;
    position: absolute;
    bottom: 17px;
    left: 0px;
    right: 0px;
}

.our-product-parent .product-slider-wrp .product-slider .owl-nav {
    display: block;
}

.our-product-parent .product-slider-wrp .product-slider .owl-nav.disabled .owl-prev span img {
    position: absolute;
    top: 105px;
    left: -65px;
    padding: 10px;
    width: 60px;
}

.our-product-parent .product-slider-wrp .product-slider .owl-nav.disabled .owl-next span img {
    position: absolute;
    top: 105px;
    right: -65px;
    padding: 10px;
    width: 60px;
}

/* section our product css end  */

/* section why choose us css start 

section.why-choose-us {
    position: relative;
    padding-bottom: 60px;
    margin-top: 30px;
}

section.why-choose-us:after {
    content: '';
    position: absolute;
    background-color: #1a2a4d;
    height: 320px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    z-index: -11;
}

.choose-us-img {
    overflow: hidden;
}

.choose-us-img img {
    width: 100%;
    transition: 0.5s ease-in-out;
}

.choose-us-img img:hover {
    transform: scale(1.05);
}

.why-choose-us .why-choose-us-content .blue-line {
    width: 20%;
    background-color: #1a2a4d;
    padding: 2px;
}

.why-choose-us .why-choose-us-content img {
    width: 24px;

}

.why-choose-us .choose-us-responsive-img img {
    display: none;
}

.why-choose-us .col-lg-6 {
    padding: 0px;
}

.why-choose-us-content {
    padding: 0px 30px;
    margin-bottom: 30px;
}

.why-choose-us-card-content-wrp {
    background-color: #fff;
    padding: 40px 40px 25px;
}

.why-choose-us-card-content {
    display: flex;
    align-items: baseline;
}

.card-inner-content {
    padding: 0px 15px;
    margin-bottom: 25px;
}

.card-inner-content h4 {
    margin-bottom: 0px;
    font-family: Poppins-SemiBold;
    font-size: 18px;

}

.card-inner-content p {
    line-height: 19px;
}

.tick-wrp img {
    width: 18px;
}

.why-choose-us .why-choose-us-card-content-wrp .readmore-btn-last {
    margin-left: 30px;
    margin-top: 15px;
}

.why-choose-us .why-choose-us-card-content-wrp .readmore-btn-last a {
    border: 2px solid #1a2a4d;
    padding: 10px 20px;
    text-decoration: none;
    color: #000000;
}

.why-choose-us .why-choose-us-card-content-wrp .readmore-btn-last a:hover {
    border: 2px solid #1a2a4d;
    background-color: #1a2a4d;
    padding: 10px 20px;
    text-decoration: none;
    color: #ffffff;
    transition: .3s;
} */


/* section why choose us css end  */


section.appoint-form {
    margin-top: 65px;
    padding-bottom: 30px;
    position: relative;
}

section.appoint-form::after {
    content: '';
    position: absolute;
    background-color: #1a2a4d;
    height: 320px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    z-index: -11;
}



section.appoint-form .login-form {
    background: #ffffff;
    padding: 30px;
}

section.appoint-form .form-input {
    margin-bottom: 15px;
}

section.appoint-form .form-input .radio-wrp {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

section.appoint-form .form-input .radio-wrp .radio-btn {
    width: 48%;
    background-color: #1a2a4d;
    padding: 9px;
    text-align: center;
    color: #ffffff;
}

section.appoint-form .submit-btn input {
    border: 2px solid #1a2a4d;
    padding: 8px 30px;
    text-decoration: none;
    color: #000000;
    transition: .3s;
    background-color: #1a2a4d;
    color: #ffffff;
}

section.appoint-form .form-input input[type='radio'] {

    width: 15px;
    height: 15px;
    border-radius: 15px;
    top: 2px;
    left: 0px;
    position: relative;
}

section.appoint-form .form-input input[type='radio']:after {
    width: 15px;
    height: 15px;
    border-radius: 15px;
    top: 0px;
    left: 0px;
    position: absolute;
    background-color: #d1d3d1;
    content: '';
    display: inline-block;
    visibility: visible;
    border: 2px solid white;
}

section.appoint-form .form-input input[type='radio']:checked:after {
    width: 15px;
    height: 15px;
    border-radius: 15px;
    top: 0px;
    left: 0px;
    position: absolute;
    background-color: #1a2a4d;
    content: '';
    display: inline-block;
    visibility: visible;
    border: 2px solid white;
}

/* footer css start  */

footer {
    padding: 60px 0px;
}

.footer-content img {
    width: 90%;
}

.footer-content p {
    padding-top: 30px;
    padding-right: 70px;
    padding-bottom: 20px;

}

.footer-content h6 {
    font-size: 25px;
    text-transform: uppercase;
}

.footer-content ul {
    padding: 0px;
    margin-top: 20px;
}

.footer-content ul li {
    list-style: none;
    padding: 9px 0px;
}

.footer-content ul li a {
    text-decoration: none;
    font-size: 17px;
    color: #000000;
    font-family: Poppins;

}

.footer-social-media-icon a {
    color: #1a2a4d;
    text-decoration: none;
    margin-right: 19px;
}

.footer-social-media-icon a i {
    font-size: 29px;

}

.contact-info-wrp {
    padding: 10px 0px;
    display: flex;
    align-items: center;
}

.contact-info-wrp img {
    width: 30px;
    margin-right: 10px;
}

.contact-location-info-wrp {
    display: flex;
    padding: 10px 0px;
}

.contact-info-wrp .flex_bottom_text p a {
    text-decoration: none;
    color: #000000;
    font-family: Poppins;
}

.contact-location-info-wrp img {
    width: 30px;
    height: 30px;
    margin-right: 10px;
}


.contact_flex {
    padding-top: 20px;
}


.footer-content ul li span {
    font-size: 12px;

}

.footer-content ul li i {
    font-size: 15px;
    margin-left: 15px;
}

.bottom-footer-wrp {
    background: #1a2a4d;
    padding: 17px;
    text-align: center;

}



.bottom-footer p {
    font-size: 18px;
    color: #ffff;
}

/* footer css end  */

/*---------------  home page page css end ----------------- */


/*------------------- contact page css start-------------------  */



.contact-banner-wrp .contact-img {
    position: relative;
}

.contact-banner-wrp .contact-img img {
    width: 100%;
}

.contact-banner-heading {

    position: absolute;
    bottom: 150px;
    left: 0;
    right: 0;
    text-align: center;
    color: #Ffffff;

}

.contact-banner-heading span {
    width: 10%;
    background-color: #fff;
    padding: 0.5px;
}

.contact-banner-p {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    width: 54%;
    margin: 0px auto;
}

/* .contact-banner-heading h1 {
    position: absolute;
    bottom: 150px;
    left: 0;
    right: 0;
    text-align: center;
    color: #Ffffff;
} */

section.contact-form {
    /* margin: 60px 0px; */
    /* background-color: #ffffff; */
    padding: 100px 0px;
    position: relative;
}

.contact-form:after {
    content: '';
    position: absolute;
    background-color: #1a2a4d;
    height: 346px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    z-index: -11;
    width: 100%;
}

.contact-form .contact-heading {
    text-align: center;
    padding-bottom: 30px;
}

.contact-form .contact-heading h2 {
    padding-top: 0px;
}

.contact-form .contact-heading .blue-line {
    width: 10%;
    background-color: #1a2a4d;
    padding: 2px;
    margin: 0px auto;
}

.contact-form .contact-form-wrp {
    background-color: #ffffff;
    padding: 30px;
}

.form-group {
    margin-top: 15px;
}

.form-control {
    border: 1px solid #1a2a4d;
    background-color: #ffffff;
    border-radius: 0px;
    padding: 9px 11px;
    font-size: 15px;
}

.form-control:focus {
    border: 1px solid #1a2a4d;
    background-color: #ffffff;
    box-shadow: none;
}

.form-group {
    text-align: center;
}

.contact-form .contact-form-wrp .form-submit {
    font-family: Poppins-SemiBold;
    padding: 10px 35px;
    background: none;
    border: 2px solid #1a2a4d;
    transition: .3s;
}

.contact-form .contact-form-wrp .form-submit:hover {
    background: #1a2a4d;
    border: 2px solid #1a2a4d;
    color: #ffffff;
}

.contact-map iframe {
    height: 395px;
    width: 100%;
}

.more-text {
    display: none;
}


/*----------------- contact page css start ----------------- */

/*----------------- products page css start-----------------  */

/* product banner section css start  */

.product-banner-wrp .product-banner-img {
    position: relative;
}

.product-banner-wrp .product-banner-img img {
    width: 100%;
}

.product-banner-wrp .product-banner-heading {

    position: absolute;
    bottom: 150px;
    left: 0;
    right: 0;
    text-align: center;
    color: #Ffffff;

}

.product-banner-wrp .product-banner-heading span {
    width: 10%;
    background-color: #fff;
    padding: 0.5px;
}

.product-banner-wrp .product-banner-heading .product-banner-p {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 70%;
    margin: 0px auto;
}

.product-banner-wrp .product-banner-heading .product-banner-p p {
    margin: 0px 15px;
    font-family: Montserrat-ExtraLight;
}

/* product banner section css end  */

/* our products box section css start  */

.spices-parent .spices-box {
    transition: 0.5s ease-in-out
}

.spices-parent .spices-box:hover {
    transform: translate(0px, -5px);
}


section.spices-parent {
    margin-top: 60px;
}

section.spices-parent.white {
    background-color: #ffffff;
}

.spices-parent .spices-box {
    margin-bottom: 27px;
    position: relative;
}

.spices-parent .spices-heading {
    text-align: center;
    margin-bottom: 30px;
}

.spices-parent .spices-heading .blue-line {
    width: 10%;
    background-color: #1a2a4d;
    padding: 2px;
    margin: 0px auto;
}

.spices-parent .spices-box img {
    width: 100%;
    border-radius: 10px;
}

.spices-parent .spices-box .box-img-text {
    text-align: center;
    font-family: Poppins-SemiBold;
    color: #fff;
    position: absolute;
    bottom: 17px;
    left: 0px;
    right: 0px;
}

/* our products box section css end  */

/* ----------------- products page css end-----------------  */


/*----------------- about page css start---------------  */

/* about us parent section start  */

.about-parent .about-content-img img {
    width: 100%;

}

.about-parent {
    margin-top: 100px;
    margin-bottom: 60px;

}

/* about us parent section end  */

/* our value section css start  */

.welcome.grey {
    padding-top: 80px;
    padding-bottom: 60px;
}

.our-value-parent.white {
    background-color: #ffffff;
    padding: 80px 0px;
}

.our-value-parent .blue-line {
    width: 20%;
    background-color: #1a2a4d;
    padding: 2px;
}


.our-value-parent .our-value-content .heading-top img {
    width: 24px;
}

.our-value-parent .our-value-box-wrp {
    margin-left: 35px;
}

.our-value-parent .our-value-box-wrp .our-value-box {
    padding-top: 30px;
}

.our-value-img {
    margin-left: 10px;
    overflow: hidden;
    border-radius: 10px;
}

.our-value-img img {
    width: 100%;
    border-radius: 10px;
    transition: .5s ease-in-out;
}

.our-value-img img:hover {
    transform: scale(1.05);
}

.our-value-parent .choose-us-responsive-img img {
    display: none;
}

/* our value section css end  */


/*----------------- about page css end---------------  */

/*----------------- services page css end---------------  */


/* section service-parent start */

.service-parent {
    background-color: white;
    padding-top: 80px;
    padding-bottom: 60px;

}

.service-parent .blue-line {
    width: 20%;
    background-color: #1a2a4d;
    padding: 2px;
}

.service-parent .welcome-content .heading-top img {
    width: 24px;
}

.service-parent .services-bottom-content {
    margin-top: 25px;
}

.service-parent .service-img-wrp img {
    width: 100%;
    border-radius: 10px;
}